home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 322 / patch / readme_p.st < prev    next >
Text File  |  1988-10-20  |  966b  |  23 lines

  1.  
  2. This is a port of Larry Wall's PATCH util to the Atari ST.
  3.  
  4. Basically, everything here works as described in Larry's README file,
  5. except for the configuration stuff, which should be completely
  6. ignored, as it's very Eunuchs specific, and we don't do that on the ST.
  7.  
  8. The configuration that's there was put together by hand by jrd.  Feel
  9. free to mung with it if you want; it's fairly obvious from the code
  10. what all the settings do.
  11.  
  12. Basically, you use this thing as "patch file patchfile".  "patchfile"
  13. is assumed to be the pathname of a file of patches, ie output from
  14. DIFF.  PATCH is pretty bright; it will work with several kinds of DIFF
  15. output, and seems to be pretty careful when applying a patch section;
  16. at least I've never seen it guess wrong about what to do.  There are a
  17. variety of options, but I won't go into them here, as they're
  18. described in the doc. 
  19.  
  20. This version was compiled with GCC 1.23.
  21.  
  22. JRD@Stony-Brook.SCRC.Symbolics.COM
  23.